Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function IsPointInLink( _ ByVal g As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal r As Rectangle, _ ByVal text As String, _ ByVal f As Font, _ ByVal horizontalAlignment As HorizontalAlignment, _ ByVal verticalAlignment As VerticalAlignment, _ ByVal areas() As LinkArea, _ ByVal pict As Picture _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim g As Graphics Dim x As Integer Dim y As Integer Dim r As Rectangle Dim text As String Dim f As Font Dim horizontalAlignment As HorizontalAlignment Dim verticalAlignment As VerticalAlignment Dim areas() As LinkArea Dim pict As Picture Dim value As Integer value = FpHyperlink.IsPointInLink(g, x, y, r, text, f, horizontalAlignment, verticalAlignment, areas, pict) |
C# | |
---|---|
public static int IsPointInLink( Graphics g, int x, int y, Rectangle r, string text, Font f, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, LinkArea[] areas, Picture pict ) |
Parameters
- g
- GDI+ graphics surface
- x
- X-coordinate of point
- y
- Y-coordinate of point
- r
- Image rectangle
- text
- Text of the hyperlink
- f
- Font of the text
- horizontalAlignment
- Horizontal alignment
- verticalAlignment
- Vertical alignment
- areas
- Areas of the hyperlink
- pict
- Picture (image)
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2